home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_47 / PlaceObject2_332_114 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-07  |  165 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    this._x += n;
  3.    count++;
  4.    if(count >= 350)
  5.    {
  6.       count = 0;
  7.       n = - n;
  8.       this._xscale = - this._xscale;
  9.    }
  10. }
  11.